home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SKILLS.dir / 00059_Script_fingerspelling clk script < prev    next >
Text File  |  2001-09-05  |  175b  |  9 lines

  1. on mouseDown
  2.   global gGameType
  3.   set gGameType = "fs"
  4.   
  5.   repeat with i = 3 to 7
  6.     set the visible of sprite i = false
  7.   end repeat
  8.   --alert "finger spelling"
  9. end